Add a missing _ to the name of the has_secondary_backward_stepper
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Sep 2004 03:43:55 +0000 (03:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 27 Sep 2004 03:43:55 +0000 (03:43 +0000)
2004-09-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
to the name of the has_secondary_backward_stepper property.
Noticed by Michèle Garoche.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c

index 1b2dd244b64dcc96e7f7f6b572d2f331977a10ef..e7b99e2f38841fa541c110d99a17e3f60fa17f9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
+       to the name of the has_secondary_backward_stepper property.
+       Noticed by Michèle Garoche.
+
 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
index 1b2dd244b64dcc96e7f7f6b572d2f331977a10ef..e7b99e2f38841fa541c110d99a17e3f60fa17f9d 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
+       to the name of the has_secondary_backward_stepper property.
+       Noticed by Michèle Garoche.
+
 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
index 1b2dd244b64dcc96e7f7f6b572d2f331977a10ef..e7b99e2f38841fa541c110d99a17e3f60fa17f9d 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
+       to the name of the has_secondary_backward_stepper property.
+       Noticed by Michèle Garoche.
+
 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
index 1b2dd244b64dcc96e7f7f6b572d2f331977a10ef..e7b99e2f38841fa541c110d99a17e3f60fa17f9d 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_class_init): Add a missing _
+       to the name of the has_secondary_backward_stepper property.
+       Noticed by Michèle Garoche.
+
 Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
index b7a1cf59e68004cf321e1fdf23cc3939731aaca4..4b59c80af7208a6595ee106da7a17384eb8d44e0 100644 (file)
@@ -528,7 +528,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
  * Since: 2.4
  */  
   gtk_widget_class_install_style_property (widget_class,
-                                          g_param_spec_boolean ("has_secondary backward_stepper",
+                                          g_param_spec_boolean ("has_secondary_backward_stepper",
                                                                 P_("Secondary backward stepper"),
                                                                 P_("Display a second backward arrow button on the opposite end of the tab area"),
                                                                 FALSE,